home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / pcv05n11.zip / BEFORE.BAT < prev    next >
DOS Batch File  |  1993-06-02  |  586b  |  12 lines

  1. @echo off
  2. echo Recording system information ... please wait.
  3. type c:\windows\win.ini > WIN.OLD    ;This section makes
  4. type c:\windows\system.ini > SYSTEM.OLD    ;a snapshot of your
  5. type c:\autoexec.bat > AUTOEXEC.OLD    ;system files
  6. type c:\config.sys > CONFIG.OLD
  7. dir c:\windows\*.* /a /b /l > WINDIR.OLD    ;Records files in c:\windows,
  8. dir c:\windows\system\*.* /a /b /l > SYSDIR.OLD    ;c:\windows\system, and
  9. dir c:\*.* /a-d /b /l > ROOT.OLD    ;in the root directory
  10. tree c:\ /a > TREEC.OLD    ;Copies directory tree of c:
  11. tree f:\ /a > TREEF.OLD    ;Add this line if you install to drive f:
  12.